debian/control: Add python3-gi as test build dependency
authorMarco Trevisan (Treviño) <mail@3v1n0.net>
Wed, 7 Jul 2021 18:34:40 +0000 (20:34 +0200)
committerMarco Trevisan (Treviño) <marco@ubuntu.com>
Fri, 9 Jul 2021 14:02:45 +0000 (16:02 +0200)
It's needed by introspection tests

debian/control
debian/control.in
debian/tests/control

index 7373d3f5e0f4ed36d379e46135ce5c6d913f706b..0db4754df7eabc681be62046c6224d1bd1e0370f 100644 (file)
@@ -51,6 +51,7 @@ Build-Depends: adwaita-icon-theme <!nocheck>,
                locales <!nocheck> | locales-all <!nocheck>,
                meson (>= 0.54),
                pkg-config,
+               python3-gi (>= 3.40) <!nocheck>,
                sassc,
                ttf-bitstream-vera <!nocheck>,
                wayland-protocols (>= 1.21) [linux-any],
index e0793726cbae36f9a0433ea763bb09a767c8b9cb..c7c1ee317e08b0180e65cb866d01cac33bccd07b 100644 (file)
@@ -51,6 +51,7 @@ Build-Depends: adwaita-icon-theme <!nocheck>,
                locales <!nocheck> | locales-all <!nocheck>,
                meson (>= 0.54),
                pkg-config,
+               python3-gi (>= 3.40) <!nocheck>,
                sassc,
                ttf-bitstream-vera <!nocheck>,
                wayland-protocols (>= 1.21) [linux-any],
index 6427dedc9121ec8c47b855384ea625ddb7a43fbc..e535d20f4557a609e475dcdc207fe19b75da8333 100644 (file)
@@ -3,7 +3,7 @@ Depends: build-essential, libgtk-4-dev, xauth, xvfb
 Restrictions: allow-stderr, superficial
 
 Tests: python3-gi
-Depends: dbus, gir1.2-gtk-4.0, python3-gi, xauth, xvfb
+Depends: dbus, gir1.2-gtk-4.0, python3-gi (>= 3.40), xauth, xvfb
 # https://gitlab.gnome.org/GNOME/pygobject/-/merge_requests/81, !145, etc.
 Restrictions: flaky, superficial